home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / arc / xadmaster.lha / xad / Docs / xadUnFile.doc < prev   
Text File  |  1999-02-09  |  2KB  |  77 lines

  1. NAME
  2.     xadUnFile 1.3
  3.  
  4. SYNOPSIS
  5.     xadUnFile FROM/A,DESTDIR,PASSWORD/K,FILE/M,NE=NOEXTERN/S,
  6.     INFO=LIST/S,OW=OVERWRITE/S,NOTREE/S,ASKMAKEDIR/S,
  7.     NOCOMMENT/S,NOPROT/S,NODATE/S
  8.  
  9. DESCRIPTION
  10.     xadUnFile is the master shell tool to extract data from
  11.     disk archives.
  12.  
  13.     FROM specifies the disk archive that should be handled.
  14.  
  15.     DESTDIR is the destination directory. The directory is created
  16.     when it does not exist (except if ASKMAKEDIR is turned on and
  17.     you select no.
  18.  
  19.     PASSWORD can be used to supply a password for unarchiving of
  20.     encrypted archives.
  21.  
  22.     FILE allows you to select multiple filenames (including patterns),
  23.     which should be extracted. When FILE is not given, all files are
  24.     extacted. With FILE only matching files are extracted.
  25.     NOTE: When you do not use NOTREE keyword, the patterns check
  26.     includes checks for directory structure as well.
  27.  
  28.     NOEXTERN prohibits the use of external clients for
  29.     recognition purposes.
  30.     
  31.     INFO or LIST prints information about the archive and does not
  32.     do any unarchiving.
  33.     
  34.     OVERWRITE forces the program to overwrite an already existing
  35.     destination file. Normally you are asked about that.
  36.     
  37.     NOTREE skips all directory names and writes the files directly to
  38.     destination directory.
  39.     
  40.     ASKMAKEDIR forces the program to ask you, if a missing directory
  41.     should be created.
  42.     
  43.     NOCOMMENT prevents setting archived file comments, NOPROT prevents
  44.     setting file protection bits and NODATE prevents setting date
  45.     information.
  46.  
  47. EXAMPLES
  48.     Shell> xadUnFile archive.tar RAM:
  49.         Unarchive the tar archive to RAM:
  50.  
  51.     Shell> xadUnFile archive.tar LIST
  52.         Tells information about archive.tar file.
  53.  
  54. HISTORY
  55.     xadUnFile 1.3
  56.     - added size output for "group archivers" like LzX
  57.  
  58.     xadUnFile 1.2
  59.     - added output for corrupted files
  60.  
  61.     xadUnFile 1.1
  62.     - added FILE parameter and directory creation
  63.  
  64.     xadUnFile 1.0
  65.     - First public release.
  66.  
  67. COPYRIGHT
  68.     xadUnFile is freely distributable for noncommercial use.
  69.  
  70. AUTHOR
  71.     Dirk Stöcker
  72.     Geschwister-Scholl-Straße 10
  73.     01877 Bischofswerda
  74.     GERMANY
  75.     
  76.     Dirk Stoecker <stoecker@amigaworld.com>
  77.